# # Run this unit first, restart the session and change this unit to comment, then run the other units
# !pip cache purge
# !pip uninstall -y gensim numpy scipy
# # Since the latest versions of gensim, numpy, and scipy are not compatible, it took many tries to find a non-conflicting version as follows:
# !pip install gensim==4.3.3 numpy==1.25.2 scipy==1.9.3
